home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib7
/
v_09_04
/
9n04086a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
298 b
|
10 lines
nwords is equal to 4,
mystr is not changed "This is a test.",
*strlist[0] points to "This",
*strlist[1] points to "is",
*strlist[2] points to "a",
*strlist[3] points to "test.",
*strlist[4] points to NULL.